Skip Navigation Links.

H5Array<(Of <(<'Type>)>)> Class

H5Array wraps arrays so that they can be passed as parameters and their addresses can be calculated regardless of the number of dimensions they contain (up to 32 dimensions).

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Class H5Array(Of Type)
C#
public class H5Array<Type>
Visual C++
generic<typename Type>
public ref class H5Array
JavaScript
JavaScript does not support generic types or methods.

Type Parameters

Type

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5Array<(Of <(<'Type>)>)>

See Also